| Name | Description |
| AccessibilityRendering | GridModel.AccessibilityRendering (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| AddClientEvent | ModelWidgetBase.AddClientEvent (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| AdjustVirtualHeights | GridModel.AdjustVirtualHeights (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| AggregateTransactions | GridModel.AggregateTransactions (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| AlternateRowStyles | GridModel.AlternateRowStyles (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| AnimationDuration | GridModel.AnimationDuration (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| AutoAdjustHeight | if false, Height will be directly set on the grid scrolling container, instead of the topmost DIV container (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| AutoCommit | GridModel.AutoCommit (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| AutofitLastColumn | GridModel.AutofitLastColumn (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| AutoFormat | GridModel.AutoFormat (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| AutoGenerateColumns | GridModel.AutoGenerateColumns (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| AvgColumnWidth | GridModel.AvgColumnWidth (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| AvgRowHeight | average row height in pixels (useful when virtualization is used) GridModel.AvgRowHeight (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| Caption | GridModel.Caption (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| ChildDataKey | Property name of the array of child data in a hierarchical data source. |
| ClientDataSourceType | GridModel.ClientDataSourceType (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| ClientEvents | Sets the grid model ModelWidgetBase.ClientEvents (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| CollapseTooltip | GridModel.CollapseTooltip (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| Columns | GridModel.Columns allows for using lambda expressions in the view |
| ColumnVirtualization | GridModel.ColumnVirtualization (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| DataBind | GridModel.DataBind (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| DataMember | defines the table name in the dataset that contains data for the current layout (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| DataSource | GridModel.DataSource (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| DataSourceSettings | Specifiec TreeGridDataSource settings |
| DataSourceType | GridModel.DataSourceType (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| DataSourceUrl | GridModel.DataSourceUrl (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| DefaultColumnWidth | default column width GridModel.DefaultColumnWidth (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| EnableHoverStyles | enables hovering styles on mouseover (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| EnableRemoteLoadOnDemand | |
| EnableResizeContainerCheck | enables/disables check for resizing grid container (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| EnableUTCDates | enables formatting of the dates as UTC. Note that this may be desirable when the dates are coming from a backend, encoded as UTC. Otherwise, if dates are created on the client (in the browser), most probably keeping enableUTCDates to false is the desired behavior (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| ExpandCollapseAnimations | GridModel.ExpandCollapseAnimations (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| ExpandColWidth | GridModel.ExpandColWidth (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| ExpandTooltip | GridModel.ExpandTooltip (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| FeatureChooserIconDisplay | Configures how the feature chooser icon should display on header cells - e.g. to display as gear icon or to not show gear icon but on click/tap the header cell to show the feature chooser (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| Features | a list of grid features (Paging, Sorting, Filtering, etc.) |
| FixedFooters | GridModel.FixedFooters (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| FixedHeaders | GridModel.FixedHeaders (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| ForeignKey | defines the property in the child layout which holds the non-unique id that links the child layout to the parent. in cases of one to many relationships a foreign key will most probably *not* match the primary key of the child layout, so it will need to be defined. in one to one relationships the ForeignKey may be the same as the PrimaryKey. Note that when binding to flat data, the ChildDataKey option also needs to be set to an existing object that's of type ICollection (or a type that implements ICollection). |
| ForeignKeyRootValue | Unique identifier used in a self-referencing flat data source. Used with key to create a relationship among flat data sources. |
| GenerateCompactJSONResponse | GridModel.GenerateCompactJSONResponse (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| Height | height of the grid: Example: "500", "500px", "50%" GridModel.Height (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| HtmlAttributes | Set HtmlAttributes to the HTML div element (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| ID | ID of the control. Also becomes the ID of the HTML div that serves as the topmost container of the grid on the page GridModel.ID (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| Indentation | Specifies the indentation (in pixels or percent) for a tree grid row. Nested indentation is achieved by calculating the level times the indentation value. Ex: '10px' or '5%'. Default is 30. |
| InitialExpandDepth | (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| InitialIndentationLevel | if initial indentation level is set then it is used to be calculated width of the data skip column(usually used when remote load on demand is enabled) |
| JsonpRequest | When dataSource is string defines whether to set data source of type JSONP (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| Language | Set control language. Possible values are: "en", "bg", "ru", "ja", "fr", "es", "de" (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| Locale | Overloaded. locale settings |
| LocalSchemaTransform | GridModel.LocalSchemaTransform (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| MergeUnboundColumns | If true then the unbound columns are merged to the datasource at runtime - indeed DataSource is expanded with the new data and this could cause performance issues when dataSource is huge if false then the unbound data is sent to the client (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| OData | GridModel.OData (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| PrimaryKey | optional primary key (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| Regional | Set control regional. Example: "en" or "en-GB" (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| Render | Overridden. renders the tree grid on the Mvc View |
| RenderCheckboxes | (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| RenderExpansionCellFunction | Reference or name of a JavaScript function responsible for rendering the expansion indicator. This function is called ONLY if renderExpansionIndicatorColumn is set to true. |
| RenderExpansionIndicatorColumn | Specifies whether or not to render the expansion indicated in its own column. Default is true. |
| RenderFirstDataCellFunction | a reference or name of a javascript function which changes first data cell - renders indentation according to databound level |
| RequestType | Specifies the HTTP verb to be used to issue the requests to a remote data source. (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| ResponseContentType | Content type of the response. See http://api.jquery.com/jQuery.ajax/ => contentType (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| ResponseDataKey | GridModel.ResponseDataKey (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| Rest | (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| RestSettings | (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| RowVirtualization | GridModel.RowVirtualization (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| SetUnboundValues | Overloaded. This method set unbound values for the specified column key. It should be called after unbound columns with the specified key is set. It should be set mapping between key of the dictionary and primary key (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| ShowExpansionIndicator | Specifies if rows(that have child rows) will have an expander image that will allow end users to expand and collapse them. This option can be set only at initialization. |
| ShowHeader | GridModel.ShowHeader (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| TabIndex | GridModel.TabIndex (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| TemplatingEngine | GridModel.TemplatingEngine (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| UpdateUrl | (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| Virtualization | GridModel.Virtualization (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| VirtualizationMode | GridModel.VirtualizationMode (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |
| Width | width of the grid: Example: "500", "500px", "50%" GridModel.Width (Inherited from Infragistics.Web.Mvc.BaseGridWrapper<TreeGridModel,TreeGridWrapper<T>>) |